HTMLModelElement

The HTMLModelElement interface provides special properties (beyond the regular methods and properties available through the HTMLElement interface they also have available to them by inheritance) for manipulating model elements, specified in HTML as <model>.

EventTarget Node Element HTMLElement HTMLModelElement

Instance properties

Inherits properties from its parent, HTMLElement.

Instance methods

This interface also inherits methods from its ancestors HTMLElement, Element, Node, and EventTarget.

HTMLModelElement.pause()

Pauses the model element's animation playback.

HTMLModelElement.play()

Begins playback of the model element's animation, if present.

Specifications

No specification found

No specification data found for api.HTMLModelElement.
Check for problems with this page or contribute a missing spec_url to mdn/browser-compat-data. Also make sure the specification is included in w3c/browser-specs.

See also

  • HTML elements implementing this interface: <ins>, <del>.